home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / Ph 1.1.1 / Read Me
Encoding:
Text File  |  1991-10-15  |  717 b   |  18 lines  |  [TEXT/ttxt]

  1. This directory contains the source code for my Mac Ph client.
  2.  
  3. You will need MPW C 3.2 to build the program.
  4.  
  5. The directory "MacTCP" contains the MacTCP 1.1 header files and libraries needed for the build.
  6.  
  7. The directory "Lib" contains my general-purpose reusable code modules. Ph makes extensive use of these modules.
  8.  
  9. The directory "PhClient" contains the source code for the Ph client.
  10.  
  11. To do a full build, first build the "all" target in the Lib directory. The build the "ph" target in the PhClient directory.
  12.  
  13. See the makefiles in the Lib and PhClient directories for more details on how all the pieces fit together.
  14.  
  15. John Norstad
  16. Academic Computing and Network Services
  17. Northwestern University
  18. j-norstad@nwu.edu